Page.SetCMYKStroke Method (console safe)
Sets the current stroke color by CMYK color code

SetCMYKStroke(
c
as Single,
m
as Single,
y
as Single,
k
as Single)
Parameters
- c
- Cyan (0.0 to 1.0)
- m
- Magenta (0.0 to 1.0)
- y
- Yellow (0.0 to 1.0)
- k
- Key (0.0 to 1.0)
Remarks
See Also
Page Class